Skip to content

Formally define and document Access Roles values #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

NeonDaniel
Copy link
Member

Description

Define range of AccessRoles as -inf-50
Annotate reserved role ranges
Document Access Roles in README.md

Issues

Closes #5

Other Notes

Annotate reserved role ranges
Document Access Roles in README.md
@NeonDaniel NeonDaniel requested a review from mikejgray November 19, 2024 22:20
@NeonDaniel NeonDaniel merged commit 5d8aaa7 into dev Nov 19, 2024
6 checks passed
@NeonDaniel NeonDaniel deleted the FEAT_DefineAccessRoles branch November 19, 2024 22:31
This was referenced Feb 7, 2025
NeonDaniel added a commit that referenced this pull request Feb 10, 2025
# Changelog

##
[0.0.0a11](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a11)
(2025-02-07)

[Full
Changelog](0.0.0a10...0.0.0a11)

**Implemented enhancements:**

- \[FEAT\] Skip system prompt if `persona=None`
[\#9](#9)

**Merged pull requests:**

- Add support for "vanilla" persona with unit tests
[\#15](#15)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.0.0a10](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a10)
(2025-02-06)

[Full
Changelog](0.0.0a9...0.0.0a10)

**Merged pull requests:**

- Update `llm` submodule and model docstrings
[\#13](#13)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.0.0a9](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a9)
(2025-02-06)

[Full
Changelog](0.0.0a8...0.0.0a9)

##
[0.0.0a8](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a8)
(2025-02-02)

[Full
Changelog](0.0.0a7...0.0.0a8)

##
[0.0.0a7](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a7)
(2025-01-26)

[Full
Changelog](0.0.0a6...0.0.0a7)

##
[0.0.0a6](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a6)
(2025-01-06)

[Full
Changelog](0.0.0a5...0.0.0a6)

**Merged pull requests:**

- Resolve issue with serializing default permissions
[\#10](#10)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.0.0a5](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a5)
(2024-12-18)

[Full
Changelog](0.0.0a4...0.0.0a5)

**Merged pull requests:**

- Define data models for LLM interactions
[\#4](#4)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.0.0a4](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a4)
(2024-11-21)

[Full
Changelog](0.0.0a3...0.0.0a4)

**Merged pull requests:**

- Update UserDbRequest models
[\#3](#3)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.0.0a3](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a3)
(2024-11-19)

[Full
Changelog](0.0.0a2...0.0.0a3)

**Implemented enhancements:**

- \[FEAT\] Define range for user permissions
[\#5](#5)

**Merged pull requests:**

- Formally define and document Access Roles values
[\#6](#6)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.0.0a2](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a2)
(2024-11-19)

[Full
Changelog](0.0.0a1...0.0.0a2)

**Merged pull requests:**

- Update TokenConfig and add JWT models
[\#2](#2)
([NeonDaniel](https://github.com/NeonDaniel))

##
[0.0.0a1](https://github.com/NeonGeckoCom/neon-data-models/tree/0.0.0a1)
(2024-11-04)

[Full
Changelog](ccd1aff...0.0.0a1)

**Merged pull requests:**

- Initial Implementation
[\#1](#1)
([NeonDaniel](https://github.com/NeonDaniel))



\* *This Changelog was automatically generated by
[github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Define range for user permissions
2 participants